clearGpsUpdateInterval


How often should we try to get GPS position (in seconds)
or zero for the default of once every 30 seconds
or a very large value (maxint) to update only once at boot.
uint32 gps_update_interval = 5;

Return

This builder for chaining.